home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / CODE_FMT / PNVW22 / README.1ST < prev   
Text File  |  1995-02-27  |  3KB  |  64 lines

  1. James L. Allison
  2. Neptune Systems
  3. INTERNET:71565.303@compuserve.com
  4.  
  5.  
  6. There are two versions of Pascal Navigator in circulation: PASNAV_D for DOS
  7. and PASNAV_W for Windows.  They are being distributed as two files to cut
  8. download time.
  9.  
  10. Both are simple .EXE files that require no particular installation; you
  11. just run them.
  12.  
  13. This is a manual installation.  I hate install programs that do strange
  14. things to my machine.  I hope you feel the same way.
  15.  
  16. To install on a hard disk, create a directory and copy all of the files
  17. to it.  The name of the directory does not matter.  If you want to
  18. execute from anywhere in the system the directory should be in the path.
  19. PASNAV writes to the directory where the .EXE files are stored, so you
  20. shouldn't put them in the root directory.
  21.  
  22. The DOS version runs in protected mode.  The two files RTM.EXE and
  23. DPMI16BI.OVL are necessary for protected mode operation. You may already
  24. have these on your system.
  25.  
  26. The easiest way to get started is to run the program with no command line
  27. arguments.  This starts interactive mode, with menu bars, dialog boxes
  28. and so on.  Open one of your Pascal files and experiment with the settings.
  29. PASNAV will not change the original file unless you tell it to, and even
  30. then will make a backup copy first.  To get the full syntax, enter
  31. PASNAV_x/? at the command line.
  32.  
  33. Uninstall:  
  34.  
  35.   1 Delete the directory where you put the .EXE
  36.   2 PASNAV will have written several files in the same directory with
  37.     your source.
  38.     A *.SYM, used to store a symbol table for each file
  39.        ever traversed into.
  40.     B *.PNV, reformatted files you may not have deleted.
  41.     C *.~AS, backup of your original source.
  42.  
  43.     You can do a wildcard delete of these.
  44.  
  45. ===== Warranty =========================================
  46.  
  47.  
  48. LIMITED WARRANTY
  49.  
  50. THIS SOFTWARE AND MANUAL ARE PROVIDED ON AN "AS IS" BASIS.  
  51. NEPTUNE SYSTEMS DISCLAIMS ALL WARRANTIES RELATING TO THIS SOFTWARE, 
  52. WHETHER EXPRESSED  OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY 
  53. IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
  54. PURPOSE. NEITHER NEPTUNE SYSTEMS NOR ANYONE ELSE WHO HAS BEEN INVOLVED
  55. IN THE CREATION, PRODUCTION, OR DELIVERY OF THIS SOFTWARE SHALL BE
  56. LIABLE FOR ANY INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES ARISING
  57. OUT OF THE USE OR INABILITY TO USE SUCH SOFTWARE, EVEN IF NEPTUNE
  58. SYSTEMS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR CLAIMS.
  59. THE PERSON USING THE SOFTWARE BEARS ALL RISK AS TO THE QUALITY AND
  60. PERFORMANCE OF THE SOFTWARE.
  61.  
  62.  
  63.  
  64.